object newprinter: Tnewprinter Left = 53 Top = 126 Width = 509 Height = 201 Caption = 'Select Printing Destination' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] FormStyle = fsMDIChild PixelsPerInch = 96 Position = poDefault Visible = True OnClose = FormClose OnCreate = FormCreate TextHeight = 16 object Label1: TLabel Left = 292 Top = 8 Width = 101 Height = 16 Caption = 'Attached Queue' end object Label2: TLabel Left = 24 Top = 8 Width = 129 Height = 16 Caption = 'Select Printer Name' end object Label3: TLabel Left = 216 Top = 8 Width = 26 Height = 16 Caption = 'Port' end object Label4: TLabel Left = 140 Top = 64 Width = 277 Height = 16 Caption = 'Available Printer Queues For Above Printer' end object Button1: TButton Left = 400 Top = 132 Width = 89 Height = 33 Caption = '&Close' TabOrder = 0 OnClick = Button1Click end object CheckBox1: TCheckBox Left = 44 Top = 132 Width = 305 Height = 29 Caption = 'Preview Reports Before Printing' Font.Color = clBlack Font.Height = -19 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = CheckBox1Click end object prnlist: TComboBox Left = 16 Top = 28 Width = 473 Height = 24 Style = csDropDownList Color = clNavy Font.Color = clWhite Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] ItemHeight = 16 ParentFont = False TabOrder = 2 OnClick = prnlistClick end object qlist: TComboBox Left = 66 Top = 84 Width = 425 Height = 24 Style = csDropDownList Color = clNavy Font.Color = clWhite Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] ItemHeight = 16 ParentFont = False TabOrder = 3 OnClick = qlistClick end end